home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20031118-20041115 / 000029_fdc@columbia.edu_Mon Dec 1 15:31:00 2003.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: newsmaster.cc.columbia.edu!not-for-mail
  2. From: Frank da Cruz <fdc@columbia.edu>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Quick Question on switch statement and :1, :2
  5. Date: 1 Dec 2003 20:28:31 GMT
  6. Organization: Columbia University
  7. Lines: 43
  8. Message-ID: <slrnbsn93f.mfn.fdc@sesame.cc.columbia.edu>
  9. References: <f0bb0f39.0311260516.356db920@posting.google.com> <slrnbs9gsi.c9g.fdc@sesame.cc.columbia.edu> <f0bb0f39.0311261057.2fc63bce@posting.google.com> <bq2usd$45j$1@newsmaster.cc.columbia.edu> <f0bb0f39.0312010952.48be7cb4@posting.google.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: sesame.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1070310511 25362 128.59.59.56 (1 Dec 2003 20:28:31 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 1 Dec 2003 20:28:31 GMT
  15. User-Agent: slrn/0.9.7.4 (SunOS)
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14705
  17.  
  18. In article <f0bb0f39.0312010952.48be7cb4@posting.google.com>,
  19. newexpectuser wrote:
  20. : ... I have gone through several articles on the website,
  21. : searching through the newsgroups and reviewing case studies and have
  22. : not found anything that addresses the issue I am having.
  23. : If there is online training or even classroom training, I'd find this
  24. : as being beneficial.
  25. If there was sufficient demand for classroom training, we'd have classes.
  26. (In fact we did have them from the mid-1980s through the early 1990s but
  27. then demand slacked off.)
  28.  
  29. : The case study I was pointed to, mentioned ftping a file to a central
  30. : server in a "working" directory where another script running on the
  31. : central server would look for files in a "ready" directory. I can
  32. : understand this concept, as it is obvious you wouldn't want to process
  33. : a file that is still being in transit.
  34. : It goes on to suggest of having the script move the file from the
  35. : working directory to the ready directory, but what if there is a
  36. : partial file there, it would still try to move this partial file and
  37. : try to process it.
  38. I answered this in my response to your previous posting.  I would like to
  39. stress that the Kermit command language is just that: a language.  If we
  40. publish a sample script, it is not carved in stone -- it is a sample.  You
  41. are supposed to copy it and then adapt it to do what you want it to do.
  42. In this case, it already did.  But if it didn't, you would just edit it
  43. with an ordinary text editor, save it, and execute it.  If it has bug,
  44. debug it using any of Kermit's many and varied debugging tools, traces,
  45. and logs.
  46.  
  47. Try things by hand and seen what they do.  Use the STATUS command at the
  48. prompt to see if the previous command succeeded or failed.  Use the HELP
  49. command at the prompt to find out all sorts of things, and to get
  50. descriptions of commands.  For example "help if" and "help exit" would
  51. have told you why the FTP sample script did not do what you think it did.
  52. Kermit helps you to help yourself; you don't have to post to the newsgroup
  53. every time you have a question and then wait a long time for an answer.
  54. Ask Kermit.  Or search the website.
  55.  
  56. - Frank
  57.